From 6be4279f391ab95b2396b9cc454a92d7b4e83a6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sun, 25 Aug 2019 14:22:46 +0200 Subject: [PATCH] linkbutton: Use proper action name for right-click menu --- gtk/gtklinkbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c index d6502e97f5..e69b98d92e 100644 --- a/gtk/gtklinkbutton.c +++ b/gtk/gtklinkbutton.c @@ -244,7 +244,7 @@ gtk_link_button_get_menu_model (void) menu = g_menu_new (); section = g_menu_new (); - g_menu_append (section, _("_Copy URL"), "context.copy-clipboard"); + g_menu_append (section, _("_Copy URL"), "clipboard.copy"); g_menu_append_section (menu, NULL, G_MENU_MODEL (section)); g_object_unref (section); -- 2.30.2